Font Constructors
An object defining constructors for the Font class.
Font()
Initializes a new instance of the Font
class with default values.
The constructor sets the following default values:
Family
is set to "Source Sans Pro, sans-serif".Size
is set to "12".Color
is set to "#4a90e2".Bold
is set totrue
.